home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 6 / dllexplr.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1996-10-14  |  3KB  |  117 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 260
  3.   Top = 231
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'About DLL Explorer'
  8.   ClientHeight = 211
  9.   ClientWidth = 297
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlAbout: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 297
  24.     Height = 211
  25.     Align = alClient
  26.     BevelInner = bvLowered
  27.     BorderStyle = bsSingle
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 146
  31.       Top = 13
  32.       Width = 74
  33.       Height = 13
  34.       Caption = 'DLL Explorer'
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold, fsUnderline]
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 151
  43.       Top = 38
  44.       Width = 65
  45.       Height = 13
  46.       Caption = 'Version 1.0'
  47.       Font.Color = clWindowText
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object Label3: TLabel
  54.       Left = 90
  55.       Top = 63
  56.       Width = 186
  57.       Height = 13
  58.       Caption = 'Copyright ∩┐╜ 1996 Real Solutions'
  59.       Font.Color = clWindowText
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.     end
  65.     object Label4: TLabel
  66.       Left = 91
  67.       Top = 98
  68.       Width = 119
  69.       Height = 13
  70.       Caption = 'This product is Freeware.'
  71.     end
  72.     object Label5: TLabel
  73.       Left = 30
  74.       Top = 118
  75.       Width = 241
  76.       Height = 13
  77.       Caption = 'Send any comments, suggestions or bug reports to:'
  78.     end
  79.     object Label6: TLabel
  80.       Left = 59
  81.       Top = 138
  82.       Width = 183
  83.       Height = 13
  84.       Caption = 'Internet email: support@realsol.com.au'
  85.     end
  86.     object Panel1: TPanel
  87.       Left = 16
  88.       Top = 16
  89.       Width = 64
  90.       Height = 64
  91.       BevelInner = bvRaised
  92.       Caption = 'Panel1'
  93.       TabOrder = 0
  94.       object imgAbout: TImage
  95.         Left = 2
  96.         Top = 2
  97.         Width = 60
  98.         Height = 60
  99.         Align = alClient
  100.         Picture.Data = {<image001.bmp>}
  101.         Stretch = True
  102.       end
  103.     end
  104.   end
  105.   object Button1: TButton
  106.     Left = 113
  107.     Top = 171
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '&OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 1
  114.     OnClick = Button1Click
  115.   end
  116. end
  117.